#############################################################
#															#
#	File:			MakeFile								#
#	Version:		1.0										#
#	Author:													#
#	Copyright:		(c) 1989-1990 by Apple Computer, Inc.	#
#	Developer Technical Support Apple II Sample Code		#
#															#
#	Description:	This file contains the commands needed	#
#					to build the Shell CDEV for the IIgs	#
#															#
#-----------------------------------------------------------#
#															#
#	Development History:									#
#															#
#	Who		Date		The Modification					#
#	---		--------	----------------					#
#															#
#############################################################

CDev			makefile CDevCode CDev.r
	RezIIgs CDev.r -o CDev -t "C7  " -c "pdos"

CDev.aii.obj		makefile CDev.aii
	AsmIIgs CDev.aii -o CDev.aii.obj

CDevcode			makefile CDev.aii.obj
	LinkIIgs -x 
		-lseg CDev:$1000 
			CDev.aii.obj 
		-o CDevcode
